C1.DataCollection Assembly / C1.DataCollection Namespace / IDataCollectionEx Class / GroupAsync Method / GroupAsync<T>(IDataCollection<T>,GroupDescription[]) Method
The data collection.
The group descriptions that determine how the data will be grouped.

In This Topic
GroupAsync<T>(IDataCollection<T>,GroupDescription[]) Method
In This Topic
Groups the data collection according to the specified group descriptions.
Syntax
'Declaration
 
Public Overloads Shared Function GroupAsync(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal groupDescriptions() As GroupDescription _
) As Task
 

Parameters

dataCollection
The data collection.
groupDescriptions
The group descriptions that determine how the data will be grouped.

Type Parameters

T
See Also